home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 44 / PC Gamer IT CD 44 2-2.iso / DRIVERS / VIDEODRV / DIAMOND / diamond_viper / setupnt4.in < prev    next >
Text File  |  1998-12-07  |  2KB  |  77 lines

  1. ;Path is absolutely necessary for included files. 
  2. [IncludeInf]
  3. ..\disk2\Incontrl.in
  4. ..\disk3\v550nt4.inf
  5. ..\..\win9x\reg\reg.in
  6.  
  7. [DestinationDirs]
  8. Setup.Copy        = %Setup.dir%
  9. ; Uninstall is created to allow the removal of pertinent files
  10. ; without removing install16.exe. Install16.exe is called during
  11. ; the reboot after completing uninstall from
  12. ; (HKLM,SOFTWARE\Microsoft\Windows\RunOnce). This ensure all Diamond
  13. ; files are closed, and then the "Program Files\Diamond" directory can be removed.
  14. Uninstall.Copy          = %Setup.dir%
  15.  
  16. [SourceDisksNames]
  17. 1= %SourceDisk1Name%,,1
  18.  
  19. [SourceDisksFiles]
  20. ;<file> = <disk number>,<subdir>,<filename>,<size>,<checksum>
  21. install.exe        = 1,,350000
  22. _install.@r            = 1,,120000
  23. inst16.exe        = 1,,41000
  24. thunk32.dll        = 1,,30000
  25. thunk16.dll        = 1,,32000
  26. oemsetup.inf        = 3,,12342
  27. readme.txt              = 1,,1235
  28.  
  29.  
  30. [Setup]
  31. CopyFiles        = Setup.Copy
  32. Uninstall        = Uninstall.Copy
  33. AddReg            = Setup.AddReg
  34. DelReg            = Setup.DelReg
  35. ProgramGroups    = Setup.ProgramGroups
  36. ;Tip            = BoardDesc.enu
  37.  
  38. [Setup.Copy]
  39. install.exe
  40. _install.@r
  41. inst16.exe
  42. thunk16.dll
  43. thunk32.dll
  44. readme.txt
  45.  
  46.  
  47. [Uninstall.Copy]
  48. install.exe
  49. _install.@r
  50. setup.inf
  51. thunk16.dll
  52. thunk32.dll
  53. readme.txt
  54.  
  55. [Setup.AddReg]
  56. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Diamond.Display
  57. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Diamond.Display,UninstallString,,@p\%Setup.dir%\install.exe
  58. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Diamond.Display,DisplayName,,%DisplayName%
  59.  
  60. [Setup.DelReg]
  61. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Diamond.Display
  62. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Diamond.Display,UninstallString,,@p\%Setup.dir%\install.exe
  63. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Diamond.Display,DisplayName,,%DisplayName%
  64. HKCU,Software\Diamond
  65.  
  66. [Setup.ProgramGroups]
  67. %InControl.Desc%,%DisplayName%,%Setup.dir%\install.exe,,%Setup.dir%,%Setup.dir%\install.exe,0
  68.  
  69. [Strings]
  70. Setup.dir        = "Display"
  71. InControl.Desc    = "InControl Tools NT"
  72. DiamondSetup    = "Diamond Software Removal"
  73.  
  74. ;;;;following strings should have localized version in Company.INI file
  75. SourceDisk1Name = "Diamond Installation Disk"
  76. DisplayName        = "Uninstall InControl Tools NT"
  77.